Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.center.profile.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.user.center.profile.properties inside nuxeo-user-profile-9.10.jar /OSGI-INF/properties-contrib.xml

Documentation

This contribution is the default contribution for user profile properties.

Here are more details about some of them:

  • nuxeo.userprofile.enricher.compatibility: if true, make the UserProfileEnricher output compatible with the Nuxeo 8.10 'userprofile' enricher output. Only output 'avatar', 'birthdate' and 'phonenumber' fields.

@since 9.3

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.userprofile.enricher.compatibility">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">

    <documentation>
      This contribution is the default contribution for user profile properties.

      Here are more details about some of them:
      <ul>
        <li>
          <strong>nuxeo.userprofile.enricher.compatibility</strong>: if true, make the UserProfileEnricher output compatible
          with the Nuxeo 8.10 'userprofile' enricher output. Only output 'avatar', 'birthdate' and 'phonenumber' fields.
        </li>
      </ul>

      @since 9.3
    </documentation>

    <property name="nuxeo.userprofile.enricher.compatibility">false</property>

  </extension>